x86_emulate: honor failure of in_longmode()
authorKeir Fraser <keir.fraser@citrix.com>
Mon, 31 Aug 2009 08:54:25 +0000 (09:54 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Mon, 31 Aug 2009 08:54:25 +0000 (09:54 +0100)
commit2ea33061b38d5997323293da150b1bda8c6beba2
treedb1f4dc533a6eebf23a6b43f100c38ed0ea22314
parente4c0d3679f13bb6a6244612546111fbd24388dbf
x86_emulate: honor failure of in_longmode()

Failure of in_longmode() shouldn't be treated the same as the function
returning 'true'.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
xen/arch/x86/x86_emulate/x86_emulate.c